object RedialDlg: TRedialDlg Left = 227 Top = 172 BorderIcons = [] BorderStyle = bsDialog Caption = 'Redial' ClientHeight = 110 ClientWidth = 147 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object TryCount: TLabel Left = 96 Top = 16 Width = 25 Height = 17 AutoSize = False Caption = '4' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 24 Top = 16 Width = 70 Height = 13 Caption = 'Try Number:' end object Label3: TLabel Left = 37 Top = 40 Width = 56 Height = 13 Caption = 'Redial In:' end object SecTime: TLabel Left = 96 Top = 40 Width = 33 Height = 13 AutoSize = False Caption = '3 ' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Bevel1: TBevel Left = 8 Top = 64 Width = 129 Height = 17 Shape = bsTopLine end object BitBtn1: TBitBtn Left = 32 Top = 72 Width = 75 Height = 25 TabOrder = 0 Kind = bkCancel end object RedialTimer: TTimer OnTimer = RedialTimerTimer Top = 72 end end